home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / InvJulia.Form < prev    next >
Text File  |  1994-04-13  |  316b  |  29 lines

  1. InvJulia
  2. {
  3.     {
  4.         pickendi=1
  5.         x1=-50
  6.         x2= 50
  7.         y1=-50
  8.         y2= 50
  9.         par1.r=-0.481762    ; Realpart of c => Var. p1.r
  10.         par1.i=-0.531657    ; Imagpart of c => Var. p1.i
  11.         bailout=2.0            ; Bailoutvalue
  12.     }
  13.     {
  14.         pixel=[1.0,0.0]/pixel
  15.         z=pixel
  16.     }
  17.     {
  18.         z=z*z
  19.         z=z+par1
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.         par1 : Constante C
  27.     }
  28. }
  29.